CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - numerical method

搜索资源列表

  1. train

    0下载:
  2. Monte Carlo 法不同于前面几章所介绍的确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。Monte Carlo 方法(MCM),也称为统计试验方法,是理论物理学两大主要学科的合并:即随机过程的概率统计理论(用于处理布朗运动或随机游动实验)和位势理论,主要是研究均匀介质的稳定状态[1]。它是用一系列随机数来近似解决问题的一种方法,是通过寻找一个概率统计的相似体并用实验取样过程来获得该相似体的近似解的处理数学问题的一种手段。-Monte Carlo me
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:3174
    • 提供者:shenyuanji
  1. numericalmethod

    0下载:
  2. 数值方法与计算机实现.常用算法都可实现,不错的参考!- numerical method
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:53112
    • 提供者:robust
  1. Gauss

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1254176
    • 提供者:zhangdw
  1. Lagrange

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:413669
    • 提供者:zhangdw
  1. Newton

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1251560
    • 提供者:zhangdw
  1. spline

    0下载:
  2. 这是一个计算机数值方法的一个程序,使用时请用VC++环境,可以直接运行。-This is a numerical method for a computer program, use please use the VC++ environment can be directly run.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:677779
    • 提供者:zhangdw
  1. mulNewtonSOR

    0下载:
  2. 本代码为牛顿-SOR迭代法求解非线性方程组。其调用格式为[r,m]=mulNewtonSOR(F,x0,w,h,eps) 其中F:方程组,x0:方程组初始解,w:SOR迭代因子,h:数值积分常数,eps:根的精度,m:迭代步数。-The code for the Newton-SOR iteration method for solving nonlinear equations. Its call format [r, m] = mulNewtonSOR (F, x0, w, h, eps)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:594
    • 提供者:锦夏
  1. K-Means

    0下载:
  2. 用于自动选取阈值的功能,可以将一些数值按照一定的方法分类-Used to automatically select the threshold function can be some numerical method of classification according to certain
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:3764
    • 提供者:张亦波
  1. SystemEquations

    0下载:
  2. Code matlab sovle system equation by some numerical method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3216
    • 提供者:Suu Vu
  1. BinarySearch

    0下载:
  2. 基于Java的二分查找法,是数值计算方法实验用的代码。-Java-based binary search method, numerical method is experimental code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:673
    • 提供者:段文峰
  1. matlab_No4_Jacobi_and_GS

    0下载:
  2. 西交大数值计算方法上机作业,雅克比和G-S法迭代求解方程组-National Chiao Tung University, West numerical method of machine operation, Jacques ratio and GS iterative method for solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:664
    • 提供者:baozewei
  1. matlab_No5_Newton

    0下载:
  2. 西交大数值计算方法上机作业,牛顿差值法求解-National Chiao Tung University, West numerical method-on work, Newton Difference Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:baozewei
  1. matlab_No5_spline

    0下载:
  2. 西交大数值计算方法上机作业,三次样条插值-National Chiao Tung University, West numerical method of machine operation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:907
    • 提供者:baozewei
  1. simpson_Newton

    0下载:
  2. 非线性方程组simpson、NewtonRaphson数值解法matlab实现,-Nonlinear equations simpson, NewtonRaphson numerical method matlab implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1380
    • 提供者:金超
  1. Numerical_Solution_of_PDEs

    0下载:
  2. The purpose of this paper is to address the following problem: How can existing sequential simulators be utilized in developing parallel simulators for the numerical solution of partial di erential equations (PDEs)? We dis- cuss this issue in t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:83550
    • 提供者:mirtchev
  1. Newmark_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this alysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1305
    • 提供者:reza
  1. wilson_koohi

    0下载:
  2. This m.file is intended to perform the numerical integration of a structural system subjected to an external dynamic excitation. The integration scheme utilized for this analysis is the newmark alpha-beta method.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1304
    • 提供者:reza
  1. program18

    1下载:
  2. 振动原理与分析计算机大作业 求解非线性振动分析,公式根据书中的 用计算方法的4阶 r-k数值方法-Vibration theory and analysis of computer operations for solving large non-linear vibration analysis of the formula calculation method according to the book of 4-order numerical method rk
  3. 所属分类:matlab

    • 发布日期:2014-12-25
    • 文件大小:10615
    • 提供者:metian
  1. crank1

    0下载:
  2. numerical method fotran subroutine-numerical method fotran subroutine
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1040
    • 提供者:rasool
  1. SECANT

    0下载:
  2. Secant method to calculate numerically your values. Numerical methods program,-Secant method to calculate numerically your values. Numerical methods program,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1125
    • 提供者:EM O
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com